C1.Silverlight.Schedule.5
Item(Guid) Property

The key of the element to get.
Gets the element with the specified key if any.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal key As System.Guid _
) As T
public new T Item( 
   System.Guid key
) {get;}

Parameters

key
The key of the element to get.

Property Value

The element with the specified key. If an element with the specified key is not found, return null.
See Also

Reference

BaseCollection<T> Class
BaseCollection<T> Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.